F [100%]
=================================== FAILURES ===================================
_____________________________________ test _____________________________________
def test():
> pytest.raises(ValueError, "int(None)")
E TypeError: 'int(None)' object (type: <class 'str'>) must be callable
f.py:3: TypeError
=========================== short test summary info ============================
FAILED f.py::test - TypeError: 'int(None)' object (type: <class 'str'>) must be callable
1 failed in 0.00s